Media Constructor (String, Int32, String) |
Initializes a new instance of the Media class with the specified media type, port and protocol type.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Media(
string type,
int port,
string transportProtocol
)
Public Sub New (
type As String,
port As Integer,
transportProtocol As String
)
Parameters
- type
- Type: SystemString
- port
- Type: SystemInt32
- transportProtocol
- Type: SystemString
See Also